From 0929ab7c44b059378271adf335a1ffa4bc417856 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 5 Jun 2010 13:01:33 +0000 Subject: [PATCH] Fix grammar error from r67360 --- includes/DefaultSettings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 6db563b9df..daa1a8e158 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2677,8 +2677,8 @@ $wgValidateAllHtml = false; /** * Default skin, for new users and anonymous visitors. Registered users may * change this to any one of the other available skins in their preferences. - * This have completely lowercase, see the "skins" directory for the list of - * available skins. + * This have to be completely lowercase; see the "skins" directory for the list + * of available skins. */ $wgDefaultSkin = 'vector'; -- 2.20.1